projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc99733
)
(Eval During Expansion): Minor cleanup.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Nov 2007 03:49:34 +0000
(
03:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Nov 2007 03:49:34 +0000
(
03:49
+0000)
doc/lispref/macros.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/macros.texi
b/doc/lispref/macros.texi
index 152b7b652b6d88159a52433392a37f82e384826c..81477bb2effc020e4567de476f2c7c126511cfe3 100644
(file)
--- a/
doc/lispref/macros.texi
+++ b/
doc/lispref/macros.texi
@@
-623,7
+623,7
@@
it. Here is an example:
Another problem with calling @code{eval} in a macro definition is that
it probably won't do what you intend in a compiled program. The
-byte
-
compiler runs macro definitions while compiling the program, when
+byte
compiler runs macro definitions while compiling the program, when
the program's own computations (which you might have wished to access
with @code{eval}) don't occur and its local variable bindings don't
exist.